home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / wildhearts_stage_dive.swf / scripts / DefineSprite_115 / frame_1 / DoAction.as
Text File  |  2011-08-19  |  265b  |  13 lines

  1. this.onEnterFrame = function()
  2. {
  3.    if(Key.isDown(this.key) && !(this._parent._parent.game.curPlayer == 2 && this._parent._parent.game.numPlayers == 1))
  4.    {
  5.       this.gotoAndPlay("on");
  6.    }
  7.    else
  8.    {
  9.       this.gotoAndPlay("off");
  10.    }
  11. };
  12. stop();
  13.